JS: make JS parser to store function's name in AST. See KT-15475
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun box(): String {
|
||||
return js("""
|
||||
function foo() {
|
||||
return "OK";
|
||||
}
|
||||
foo();
|
||||
""")
|
||||
}
|
||||
Reference in New Issue
Block a user