blob: c9450af1105828a9b1e1dae6be919d485178f794 [file]
// USE_IS_CHECK
class A<T>(val n: T) {<caret>
fun foo() {
}
}