Update debug tests & incremental compilation tests depending on part class naming
This commit is contained in:
committed by
Michael Bogdanov
parent
cd6ff31129
commit
7af88f6797
+1
-1
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
fun foo(): String {
|
||||
fun bar(): String {
|
||||
return "" // test/LocalFunction\$foo\$1
|
||||
return "" // test/LocalFunctionKt\$foo\$1
|
||||
}
|
||||
return bar()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user