Improve Create property from Usage
Place generated property next to other properties #KT-14886 Fixed
This commit is contained in:
+4
-4
@@ -1,11 +1,11 @@
|
||||
// "Create extension property 'Unit.foo'" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test() {
|
||||
val a: Int = Unit.foo
|
||||
}
|
||||
|
||||
private val Unit.foo: Int
|
||||
get() {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val a: Int = Unit.foo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user