Remove testing Kotlin signature from WriteSignatureTest

This commit is contained in:
Pavel V. Talanov
2013-07-17 17:11:52 +04:00
parent 01735a0412
commit 5f108905d1
39 changed files with 67 additions and 212 deletions
@@ -3,4 +3,3 @@ class Constructor0()
// method: Constructor0::<init>
// jvm signature: ()V
// generic signature: null
// kotlin signature: null
@@ -4,4 +4,3 @@ class TestingKotlinCollections(val arguments: Collection<String>)
// method: TestingKotlinCollections::<init>
// jvm signature: (Ljava/util/Collection;)V
// generic signature: (Ljava/util/Collection<+Ljava/lang/String;>;)V
// kotlin signature: (Ljet/Collection<Ljava/lang/String;>;)null
@@ -3,4 +3,3 @@ class ConstructorWithTypeParameter<P>()
// method: ConstructorWithTypeParameter::<init>
// jvm signature: ()V
// generic signature: null
// kotlin signature: null
@@ -3,4 +3,3 @@ class ConstructorWithTypeParameter<P>(p: P)
// method: ConstructorWithTypeParameter::<init>
// jvm signature: (Ljava/lang/Object;)V
// generic signature: (TP;)V
// kotlin signature: (TP;)null