fix tests in org.jetbrains.kotlin.idea.refactoring.introduce

This commit is contained in:
Michael Nedzelsky
2015-09-04 23:49:10 +03:00
parent 92ca057b4a
commit daa1ac1918
44 changed files with 53 additions and 52 deletions
@@ -1,7 +1,7 @@
// WITH_RUNTIME
// 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
}