[FIR] Reproduce KT-66005
^KT-66005
This commit is contained in:
committed by
Space Team
parent
eb85caedad
commit
b0e6db7807
@@ -0,0 +1,7 @@
|
||||
// ISSUE: KT-66005
|
||||
|
||||
inline fun <reified T> foo(v: T) {
|
||||
T == Int
|
||||
// This is a comparison of companion objects
|
||||
Int == Int
|
||||
}
|
||||
Reference in New Issue
Block a user