c89d1af9fa
Place generated property next to other properties #KT-14886 Fixed
11 lines
136 B
Plaintext
Vendored
11 lines
136 B
Plaintext
Vendored
// "Create property 'foo'" "true"
|
|
// ERROR: Property must be initialized
|
|
|
|
package foo
|
|
|
|
val foo: Int
|
|
|
|
fun test(): Int {
|
|
return foo
|
|
}
|