JetPositionManager: add tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class A {
|
||||
fun foo() {
|
||||
val a = {
|
||||
fun innerFoo() {
|
||||
val b = {} // A$foo$a$1$1
|
||||
}
|
||||
innerFoo()
|
||||
}()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user