Data class members generation.

Builder-style API for desugaring expressions.
This commit is contained in:
Dmitry Petrov
2016-08-31 12:10:16 +03:00
committed by Dmitry Petrov
parent dc169e98d5
commit 1022725fd1
16 changed files with 596 additions and 10 deletions
+1
View File
@@ -0,0 +1 @@
data class Test1(val x: Int, val y: String, val z: Any)