[FIR] Adapt positioning of NO_VALUE_FOR_PARAMETER to match K1
This commit is contained in:
committed by
Space Team
parent
6d1d6e48c1
commit
5abab2197b
+1
-1
@@ -13,7 +13,7 @@ fun test() {
|
||||
checkSubtype<KProperty1<A, Int>>(p)
|
||||
checkSubtype<KMutableProperty1<A, Int>>(<!ARGUMENT_TYPE_MISMATCH!>p<!>)
|
||||
checkSubtype<Int>(p.get(A()))
|
||||
p.<!NO_VALUE_FOR_PARAMETER!>get()<!>
|
||||
p.get<!NO_VALUE_FOR_PARAMETER!>()<!>
|
||||
p.<!UNRESOLVED_REFERENCE!>set<!>(A(), 239)
|
||||
|
||||
val q = A::bar
|
||||
|
||||
Reference in New Issue
Block a user