open + data and inner + data are deprecated, a new test, relevant test fixes

This commit is contained in:
Mikhail Glukhikh
2015-09-22 12:06:52 +03:00
parent 731fdecf06
commit 58110cd0d1
17 changed files with 51 additions and 169 deletions
@@ -14,7 +14,7 @@ fun foo(map: MutableMap<Int, String>, value: String?) {
//---------------------------
public data open class Tag(public var tagName: String) {
public data class Tag(public var tagName: String) {
public val attributes: MutableMap<String, String> = HashMap<String, String>()
public val contents: MutableList<Tag> = arrayListOf()