Generate foreign annotation test data for FIR

This commit is contained in:
pyos
2021-07-29 15:38:53 +02:00
committed by TeamCityServer
parent 5873511f64
commit 33251f6d50
154 changed files with 9029 additions and 8 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
// NULLABILITY_ANNOTATIONS: @io.reactivex.rxjava3.annotations:strict
// FILE: A.java
@@ -40,4 +41,4 @@ fun main(a: A<String>, a1: A<String?>) {
a1.baz("")!!.length
a1.baz(<!NULL_FOR_NONNULL_TYPE!>null<!>)!!.length
}
}