Remove explicit enabling the new type inference from test data
This commit is contained in:
committed by
teamcity
parent
224beb24eb
commit
42e71f8c53
@@ -1,4 +1,3 @@
|
||||
// !LANGUAGE: +NewInference
|
||||
|
||||
open class Test<T1, T2>(val map1 : Map<T1, T2>, val map2 : Map<T2, T1>) {
|
||||
open val inverse: Test<T2, T1> = object : Test<T2, T1>(map2, map1) {
|
||||
|
||||
Reference in New Issue
Block a user