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 @@
// PARAM_TYPES: X
// PARAM_TYPES: Y
// PARAM_DESCRIPTOR: internal final fun X.test(): kotlin.Unit defined in Y
// PARAM_DESCRIPTOR: internal final class Y defined in root package
// PARAM_DESCRIPTOR: public final fun X.test(): kotlin.Unit defined in Y
// PARAM_DESCRIPTOR: public final class Y defined in root package
class X(val x: Int)
// SIBLING:
@@ -1,7 +1,7 @@
// PARAM_TYPES: X
// PARAM_TYPES: Y
// PARAM_DESCRIPTOR: internal final fun X.test(): kotlin.Unit defined in Y
// PARAM_DESCRIPTOR: internal final class Y defined in root package
// PARAM_DESCRIPTOR: public final fun X.test(): kotlin.Unit defined in Y
// PARAM_DESCRIPTOR: public final class Y defined in root package
class X(val x: Int)
// SIBLING: