Debug tests patched

This commit is contained in:
Michael Bogdanov
2015-06-26 12:46:41 +03:00
parent 8e8ff860d6
commit 48c5e3d218
44 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
fun foo() {
"" // _DefaultPackage\$_DefaultPackage\$.+
"" // _DefaultPackage
}
@@ -2,6 +2,6 @@ package insertInBlock
fun foo() {
val lambda = {
val a = 1 // insertInBlock/InsertInBlockPackage\$anonymousNamedFunction\$.+\$foo\$lambda\$1
val a = 1 // insertInBlock/AnonymousNamedFunction\$foo\$lambda\$1
}()
}
@@ -4,5 +4,5 @@ class A {
}
fun A.foo() {
"" // a/APackage\$extensionFunction\$.+
"" // a/ExtensionFunction
}
+1 -1
View File
@@ -2,7 +2,7 @@ package test
fun foo(): String {
fun bar(): String {
return "" // test/TestPackage\$localFunction\$.+\$foo\$1
return "" // test/LocalFunction\$foo\$1
}
return bar()
}
@@ -1,5 +1,5 @@
package test
fun foo() {
"" // test/TestPackage\$a\$.+
"" // test/A.+
}
@@ -1,5 +1,5 @@
package test
fun bar() {
foo(); // test/TestPackage\$b\$.+
foo(); // test/B.+
}
+1 -1
View File
@@ -1,5 +1,5 @@
package test
fun foo() {
"" // test/TestPackage\$package\$.+
"" // test/Package
}
@@ -1,3 +1,3 @@
package prop
val foo: Int = 5 // prop/PropPackage\$topLevelPropertyInitializer\$.+
val foo: Int = 5 // prop/TopLevelPropertyInitializer