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
@@ -2,6 +2,6 @@ class In<in T>
fun f(): In<String> = throw Exception()
// method: _DefaultPackage::f
// method: InInOutPositionKt::f
// jvm signature: ()LIn;
// generic signature: ()LIn<Ljava/lang/String;>;