Minor: drop irrelevant test case

Hiding constructors with inline class type parameters
is tested by bytecodeListing tests
This commit is contained in:
Dmitry Petrov
2018-09-10 17:45:05 +03:00
parent eb940ec58d
commit e3fa785678
2 changed files with 0 additions and 15 deletions
@@ -1,10 +0,0 @@
// !LANGUAGE: +InlineClasses
inline class Str(val s: String)
class C1(val ss: Str)
class C2(val ss1: Str, val ss2: Str)
// 1 public \<init\>\(Ljava/lang/String;\)V
// 1 public \<init\>\(Ljava/lang/String;Ljava/lang/String;\)V