[LC] move scripts to lightClassByPsi
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
|
||||
fun testFun(i: Int): String = i.toString()
|
||||
|
||||
val testPropVal = 42
|
||||
|
||||
var testPropVar = 42
|
||||
|
||||
@JvmField
|
||||
val testField = 42
|
||||
Reference in New Issue
Block a user