'checkType' for qualified properties as function arguments
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package a
|
||||
|
||||
fun test(c: C) {
|
||||
foo(<!TYPE_MISMATCH!>c.b<!>)
|
||||
}
|
||||
|
||||
fun foo(s: String) = s
|
||||
|
||||
class C(val b: Int) {}
|
||||
Reference in New Issue
Block a user