Create from Usage: Place extension properties after the usage and generate stub getter
#KT-11795 Fixed
This commit is contained in:
+3
-3
@@ -2,8 +2,8 @@
|
||||
// ERROR: Property must be initialized
|
||||
class Cyclic<E : Cyclic<E>>
|
||||
|
||||
val foo: Cyclic<*>
|
||||
|
||||
fun test() {
|
||||
val c : Cyclic<*> = foo
|
||||
}
|
||||
}
|
||||
|
||||
val foo: Cyclic<*>
|
||||
|
||||
Reference in New Issue
Block a user