Type parameter is not an expression: no need to report 'unused expression' on it
This commit is contained in:
@@ -2,7 +2,7 @@ package bar
|
||||
|
||||
class S<T> {
|
||||
fun foo() {
|
||||
<!TYPE_PARAMETER_IS_NOT_AN_EXPRESSION, UNUSED_EXPRESSION!>T<!>
|
||||
<!TYPE_PARAMETER_IS_NOT_AN_EXPRESSION!>T<!>
|
||||
<!TYPE_PARAMETER_ON_LHS_OF_DOT!>T<!>.<!UNRESOLVED_REFERENCE!>create<!>()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user