6b9242075a
#KT-17238 Fixed (cherry picked from commit 7f9d88a)
7 lines
88 B
Kotlin
Vendored
7 lines
88 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
class Baz
|
|
|
|
class TestClass {
|
|
val <caret>c = mapOf("foo" to Baz())
|
|
} |