fix tests in org.jetbrains.kotlin.idea.refactoring.introduce
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// SUGGESTED_NAMES: i, getKm
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_DESCRIPTOR: internal final val meters: kotlin.Int? defined in A
|
||||
// PARAM_DESCRIPTOR: public final val meters: kotlin.Int? defined in A
|
||||
class A {
|
||||
val meters: Int? = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user