f05f3f5686
KT-4080 Code analisys show all good, but got compile error #KT-4080 Fixed
2 lines
112 B
Kotlin
2 lines
112 B
Kotlin
class C<T> where <!UNSUPPORTED!>class object T: Any<!>
|
|
fun f<T>() where <!UNSUPPORTED!>class object T: Any<!> {} |