Recompile all class usages when constructor is changed

This commit is contained in:
Alexey Tsvetkov
2015-12-24 14:35:18 +03:00
parent 5fcb9ca2bd
commit 94d4dae1fe
17 changed files with 85 additions and 27 deletions
@@ -0,0 +1 @@
fun createAFromInt() = A(5)