6b9242075a
#KT-17238 Fixed (cherry picked from commit 7f9d88a)
6 lines
96 B
Plaintext
Vendored
6 lines
96 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
class Baz
|
|
|
|
class TestClass(val c: Map<String, Baz> = mapOf("foo" to Baz())) {
|
|
} |