FIR checker: report non-typed LHS of callable references
This commit is contained in:
committed by
Mikhail Glukhikh
parent
329be4f906
commit
33c5b49632
-8
@@ -1,8 +0,0 @@
|
||||
package bar
|
||||
|
||||
class S<T> {
|
||||
fun foo() {
|
||||
<!OTHER_ERROR!>T<!>
|
||||
<!OTHER_ERROR!>T<!>.<!UNRESOLVED_REFERENCE!>create<!>()
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
package bar
|
||||
|
||||
class S<T> {
|
||||
|
||||
Reference in New Issue
Block a user