Support generation of relative path in JS source maps in JPS builder
See KT-20820
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package pkg
|
||||
|
||||
var log = ""
|
||||
|
||||
fun foo(x: String) {
|
||||
log += "$x;"
|
||||
}
|
||||
Reference in New Issue
Block a user