[FIR] Ignore failing test, improve DiagnosticKind, fix UPPER_BOUND
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
class AlternatingDelegate {
|
||||
var counter: Int = 0
|
||||
operator fun getValue(thisRef: Any?, property: <!OTHER_ERROR!>KProperty<*><!>): Any? =
|
||||
operator fun getValue(thisRef: Any?, property: <!UNRESOLVED_REFERENCE!>KProperty<*><!>): Any? =
|
||||
if (counter++ % 2 == 0) 42 else ""
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
class AlternatingDelegate {
|
||||
var counter: Int = 0
|
||||
operator fun getValue(thisRef: Any?, property: <!OTHER_ERROR!>KProperty<*><!>): Any? =
|
||||
operator fun getValue(thisRef: Any?, property: <!UNRESOLVED_REFERENCE!>KProperty<*><!>): Any? =
|
||||
if (counter++ % 2 == 0) 42 else ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user