JS: when checking calls to JsModule declarations, check arguments passed to reified type parameters. See KT-15253

This commit is contained in:
Alexey Andreev
2017-01-23 19:19:11 +03:00
parent 4c7a07bed6
commit 9000d54d8a
8 changed files with 47 additions and 10 deletions
@@ -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 {