Keep JS AST source information after refreshing local names
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
inline fun foo(x: Int) {
|
||||
val y = x > 23
|
||||
if (y) {
|
||||
println("foo")
|
||||
}
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
foo(42)
|
||||
}
|
||||
|
||||
// LINES: 2 3 4 * 2 9 2 3 4
|
||||
Reference in New Issue
Block a user