Kapt+JVM_IR: add stub converter test for KT-57388
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// CORRECT_ERROR_TYPES
|
||||
// NO_VALIDATION
|
||||
|
||||
open class C
|
||||
|
||||
@Suppress("UNRESOLVED_REFERENCE")
|
||||
class B : NonExisting {
|
||||
@Suppress("UNRESOLVED_REFERENCE_WRONG_RECEIVER")
|
||||
val a: String by flaf()
|
||||
}
|
||||
|
||||
fun C.flaf() = "OK"
|
||||
Reference in New Issue
Block a user