Place !WITH_NEW_INFERENCE directive to diagnostics test data

This commit is contained in:
Mikhail Zarechenskiy
2017-11-20 09:26:11 +03:00
parent 81b3fefa58
commit a71238bf94
468 changed files with 468 additions and 0 deletions
@@ -1,3 +1,4 @@
// !WITH_NEW_INFERENCE
// FILE: b.kt
package outer
@@ -1,3 +1,4 @@
// !WITH_NEW_INFERENCE
interface Tr
class A { companion object }
@@ -1,3 +1,4 @@
// !WITH_NEW_INFERENCE
//KT-1875 Safe call should be binded with receiver or this object (but not with both by default)
package kt1875
@@ -1,3 +1,4 @@
// !WITH_NEW_INFERENCE
// KT-3563 Compiler requiring java.io.File, and it's unclear why
package bar
@@ -1,3 +1,4 @@
// !WITH_NEW_INFERENCE
package bar
@@ -1,3 +1,4 @@
// !WITH_NEW_INFERENCE
package a
class A {}