147521d6cb
#KT-16118 Fixed #KT-30007 Fixed
9 lines
112 B
Kotlin
Vendored
9 lines
112 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class Test() {
|
|
fun test() {
|
|
class Foo
|
|
|
|
val i = Foo<caret>()
|
|
}
|
|
} |