These used to be cases where our algorithm was unusably slow. Thanks to foxxx0 for the report!
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
# reported by foxxx0
|
|
import "classes.mcl" as baz
|
|
include baz.foo("hello world")
|
|
include baz.foo("meep")
|
|
include baz.foo("foo")
|