Do not generate properties from script constructor

From now all script parameter properties are generated by template class
This commit is contained in:
Mikhail Zarechenskiy
2016-09-12 02:40:33 +03:00
parent 0ba2d374bc
commit b18cbc37c6
6 changed files with 55 additions and 266 deletions
+11
View File
@@ -0,0 +1,11 @@
@file:DependsOn("@{runtime}")
fun main() {
error("my error")
}
fun a() {
main()
}
a()