Add tests on foreign annotations without them in classpath

#KT-19419 Fixed
This commit is contained in:
Denis Zharkov
2017-08-10 13:17:23 +07:00
parent 8948023a26
commit 8898455352
11 changed files with 428 additions and 23 deletions
+1
View File
@@ -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