blob: 99918d240752daea8e70a76956c7762f823fb8c4 [file] [log] [blame]
// "Add '<*>'" "true"
public fun foo(a: Any) {
a is List<caret>
}