QuickFixMultiModule: change tests structure
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
expect val x: Int
|
||||
@@ -0,0 +1,8 @@
|
||||
// "Make 'x' const" "false"
|
||||
// ACTION: Add getter
|
||||
// ACTION: Convert property initializer to getter
|
||||
// ACTION: Convert property to function
|
||||
// ACTION: Convert to lazy property
|
||||
// ACTION: Specify type explicitly
|
||||
|
||||
actual val x<caret> = 42
|
||||
Reference in New Issue
Block a user