Add support for UltraLightScripts

This commit is contained in:
Igor Yakovlev
2020-04-30 22:24:14 +03:00
parent 6a2461f2c6
commit 62c24c95b5
16 changed files with 404 additions and 51 deletions
@@ -0,0 +1,9 @@
fun testFun(i: Int): String = i.toString()
val testPropVal = 42
var testPropVar = 42
@JvmField
val testField = 42