Do not report a warning on an inline function with a reified parameter
#KT-6273 Fixed
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
inline fun <T1, T2, reified T3, T4> foo(): T3 = null!!
|
||||
|
||||
Reference in New Issue
Block a user