Do not generate properties for script parameters if there is template definition
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// this script expected parameter num: Int
|
||||
|
||||
val test = num + 10
|
||||
System.out.println(test)
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
val num = 10 // check that we could declare property with the name as in the super class
|
||||
System.out.println(num)
|
||||
Reference in New Issue
Block a user