Debug tests patched
This commit is contained in:
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user