blob: d17f1626a3681a2aab31df754c82b48959f81789 [file] [log] [blame]
library;
import self as self;
static method main() dynamic {}
static method test(dynamic x) dynamic {
x as invalid-type;
}