JS: add some tests to ensure that AST metadata is correctly serialized and deserialized and visible to JS optimizer
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// FILE: a.kt
|
||||
package foo.bar
|
||||
|
||||
fun o() = "O"
|
||||
|
||||
// FILE: b.kt
|
||||
package foo.bar
|
||||
|
||||
fun k() = "K"
|
||||
|
||||
// FILE: c.kt
|
||||
// RECOMPILE
|
||||
package foo.bar
|
||||
|
||||
fun box() = o() + k()
|
||||
Reference in New Issue
Block a user