Update debug tests & incremental compilation tests depending on part class naming
This commit is contained in:
committed by
Michael Bogdanov
parent
cd6ff31129
commit
7af88f6797
@@ -2,6 +2,6 @@ package insertInBlock
|
||||
|
||||
fun foo() {
|
||||
val lambda = {
|
||||
val a = 1 // insertInBlock/AnonymousNamedFunction\$foo\$lambda\$1
|
||||
val a = 1 // insertInBlock/AnonymousNamedFunctionKt\$foo\$lambda\$1
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user