Drop package facades: update compiler tests.

This commit is contained in:
Dmitry Petrov
2015-10-14 14:17:43 +03:00
parent 3502c393fc
commit e7fb7483c5
89 changed files with 167 additions and 192 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
fun <P> foo(vararg tail: P) = 1
// method: _DefaultPackage::foo
// method: VarargGenericKt::foo
// jvm signature: ([Ljava/lang/Object;)I
// generic signature: <P:Ljava/lang/Object;>([TP;)I