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
+1 -2
View File
@@ -2,5 +2,4 @@ fun sometimes(): Int? = null
// method: _DefaultPackage::sometimes
// jvm signature: ()Ljava/lang/Integer;
// generic signature: null
// kotlin signature: ()?Ljava/lang/Integer; // TODO: need to skip kotlin signature
// generic signature: null