3ebad2acec
#KT-36160 Fixed
6 lines
81 B
Kotlin
Vendored
6 lines
81 B
Kotlin
Vendored
// PROBLEM: none
|
|
class Foo(vararg children: Foo<caret>)
|
|
|
|
fun test() {
|
|
Foo()
|
|
} |