Test data adjustment: JetDiagnosticsTest

This commit is contained in:
Pavel V. Talanov
2015-09-28 19:22:41 +03:00
parent bc8449a70c
commit 7b49baf8c3
4 changed files with 31 additions and 7 deletions
@@ -38,8 +38,8 @@ fun test1() {
val i = both(1, "")
val j = both(id(1), id(""))
checkSubtype<Comparable<*>>(i)
checkSubtype<Comparable<*>>(j)
checkSubtype<Any>(i)
checkSubtype<Any>(j)
}
fun list<T>(value: T) : ArrayList<T> {