[FIR] Don't miss diagnostics on resovled reified type parameters
^KT-66005 Fixed
This commit is contained in:
committed by
Space Team
parent
b0e6db7807
commit
f1c7f929d2
@@ -1,7 +1,7 @@
|
||||
// ISSUE: KT-66005
|
||||
|
||||
inline fun <reified T> foo(v: T) {
|
||||
T == Int
|
||||
<!TYPE_PARAMETER_IS_NOT_AN_EXPRESSION!>T<!> == Int
|
||||
// This is a comparison of companion objects
|
||||
Int == Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user