Moved checking that reified is used in inlines only to the main frontend (KT-12695, KT-13697 fixed)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class C<<!REIFIED_TYPE_PARAMETER_NO_INLINE!>reified<!> T>
|
||||
|
||||
val <<!REIFIED_TYPE_PARAMETER_NO_INLINE!>reified<!> T> T.v: T
|
||||
get() = throw UnsupportedOperationException()
|
||||
|
||||
fun <<!REIFIED_TYPE_PARAMETER_NO_INLINE!>reified<!> T> bar() {}
|
||||
Reference in New Issue
Block a user