Reopen KT-47920 test and add missed .txt files

#KT-47920 Open
This commit is contained in:
Mikhael Bogdanov
2021-07-29 17:21:28 +02:00
parent 824d6ab5cc
commit cdbd0eb932
3 changed files with 24 additions and 1 deletions
@@ -7,5 +7,5 @@ public class J1<@NonNull T> {}
// FILE: main.kt
fun main() {
J1<<!UPPER_BOUND_VIOLATED_BASED_ON_JAVA_ANNOTATIONS!>Any?<!>>() // violated nullability, no warnings; but there is an error with -Xtype-enhancement-improvements-strict-mode
J1<Any?>() // violated nullability, no warnings; but there is an error with -Xtype-enhancement-improvements-strict-mode
}