Improve Create property from Usage
Place generated property next to other properties #KT-14886 Fixed
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
// "Create property 'foo'" "true"
|
||||
// ERROR: Property must be initialized or be abstract
|
||||
|
||||
class Test {
|
||||
fun test(): Int {
|
||||
return <caret>foo
|
||||
}
|
||||
|
||||
val foo1 = 1
|
||||
}
|
||||
|
||||
val bar = 1
|
||||
Reference in New Issue
Block a user