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,5 +1,5 @@
// PARAM_TYPES: Z
// PARAM_DESCRIPTOR: internal fun Z.foo(): kotlin.Int defined in root package
// PARAM_DESCRIPTOR: public fun Z.foo(): kotlin.Int defined in root package
class Z(val a: Int)
// SIBLING: