Test update after 'Specify explicitly type' action refactoring
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Remove initializer from property" "true"
|
||||
abstract class A {
|
||||
abstract var i<caret>: Int
|
||||
abstract var i: Int<caret>
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Remove getter and initializer from property" "true"
|
||||
abstract class B {
|
||||
abstract val i<caret>: Int
|
||||
abstract val i: Int<caret>
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user