Do not generate properties from script constructor
From now all script parameter properties are generated by template class
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
@file:DependsOn("@{runtime}")
|
||||
|
||||
fun main() {
|
||||
error("my error")
|
||||
}
|
||||
|
||||
fun a() {
|
||||
main()
|
||||
}
|
||||
|
||||
a()
|
||||
Reference in New Issue
Block a user