Place !WITH_NEW_INFERENCE directive to diagnostics test data
This commit is contained in:
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
open class GenericBaseClass<T> {
|
||||
open fun foo(x: T): T = x
|
||||
open fun ambiguous(x: T): T = x
|
||||
|
||||
Reference in New Issue
Block a user