c89d1af9fa
Place generated property next to other properties #KT-14886 Fixed
8 lines
129 B
Plaintext
Vendored
8 lines
129 B
Plaintext
Vendored
// "Create property 'foo'" "true"
|
|
// ERROR: Property must be initialized
|
|
|
|
val foo: String
|
|
|
|
fun test() {
|
|
println("a = $foo")
|
|
} |