JS: when checking calls to JsModule declarations, check arguments passed to reified type parameters. See KT-15253
This commit is contained in:
@@ -34,6 +34,7 @@ package foo {
|
||||
package
|
||||
|
||||
package bar {
|
||||
public inline fun </*0*/ reified T> boo(/*0*/ x: T): kotlin.Unit
|
||||
public fun box(): kotlin.Unit
|
||||
|
||||
public external final class DerivedB : foo.B {
|
||||
|
||||
Reference in New Issue
Block a user