KT-4107 Data objects

This commit is contained in:
Pavel Mikhailovskii
2022-06-28 09:51:57 +02:00
parent 6c31dc90e4
commit c3c09aa95a
75 changed files with 1183 additions and 134 deletions
@@ -32,7 +32,7 @@ class Experiment {
annotation class Type
@Type
data class Group(s: String)
data class Group(var s: String)
}
class Foo {