blob: 6ad06766b5fc9460a4ebd2fdef266e013bd51c91 [file] [log] [blame]
// should produce an error message
def f = {
t.notExisting()
}
f()