ccbc4c7ff6
javautil modified kotlin_lib.js now inside a function strange bug with js_lib raphael.kt added
11 lines
139 B
JavaScript
11 lines
139 B
JavaScript
foo = Kotlin.Namespace.create({initialize:function(){
|
|
}
|
|
, box:function(){
|
|
return !false;
|
|
}
|
|
});
|
|
|
|
function test() {
|
|
return foo.box()
|
|
}
|