getting rid of TypeInfo

This commit is contained in:
Alex Tkachman
2012-02-21 14:54:00 +02:00
parent 0ed8e19eaf
commit 8b622f97f4
139 changed files with 209 additions and 2186 deletions
@@ -1,6 +1,6 @@
class ConstructorWithTypeParameter<P>()
// method: ConstructorWithTypeParameter::<init>
// jvm signature: (Ljet/TypeInfo;)V
// jvm signature: ()V
// generic signature: null
// kotlin signature: null
@@ -1,6 +1,6 @@
class ConstructorWithTypeParameter<P>(p: P)
// method: ConstructorWithTypeParameter::<init>
// jvm signature: (Ljet/TypeInfo;Ljava/lang/Object;)V
// generic signature: (Ljet/TypeInfo;TP;)V
// jvm signature: (Ljava/lang/Object;)V
// generic signature: (TP;)V
// kotlin signature: null