QuickFixMultiModule: change tests structure
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// "Convert property getter to initializer" "false"
|
||||
// ERROR: Expected declaration must not have a body
|
||||
// ACTION: Convert to block body
|
||||
expect class C {
|
||||
val p: Int
|
||||
<caret>get() = 1
|
||||
}
|
||||
Reference in New Issue
Block a user