added 'class has Kotlin analog' error

to existing diagnostic tests
This commit is contained in:
Svetlana Isakova
2012-08-29 15:55:39 +04:00
parent a3194e9a46
commit 31831f2433
10 changed files with 24 additions and 24 deletions
@@ -8,7 +8,7 @@ fun test() {
val <!UNUSED_VARIABLE!>a<!> : java.util.Collection<String>? = java.util.Collections.emptyList()
}
fun test(<!UNUSED_PARAMETER!>a<!> : java.lang.Comparable<Int>) {
fun test(<!UNUSED_PARAMETER!>a<!> : <!CLASS_HAS_KOTLIN_ANALOG!>java.lang.Comparable<Int><!>) {
}