Improve Create property from Usage
Place generated property next to other properties #KT-14886 Fixed
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
val foo: Cyclic<*>
|
||||
|
||||
// "Create property 'foo'" "true"
|
||||
// ERROR: Property must be initialized
|
||||
class Cyclic<E : Cyclic<E>>
|
||||
|
||||
fun test() {
|
||||
val c : Cyclic<*> = foo
|
||||
}
|
||||
|
||||
val foo: Cyclic<*>
|
||||
}
|
||||
Reference in New Issue
Block a user