Add tests on foreign annotations without them in classpath
#KT-19419 Fixed
This commit is contained in:
@@ -21,6 +21,7 @@ public class A<T> {
|
||||
}
|
||||
|
||||
// FILE: main.kt
|
||||
// SOURCE_RETENTION_ANNOTATIONS
|
||||
|
||||
fun main(a: A<String>, a1: A<String?>) {
|
||||
a.foo("", null)?.length
|
||||
|
||||
Reference in New Issue
Block a user