From 60aa5771ea92f91ed34778f90c04113e226d09ca Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 6 Mar 2014 14:12:56 -0800 Subject: SI-8367 revert SI-8192's change to primaryConstructor when isJavaDefined this is some weird stuff --- test/files/run/t8192.check | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'test/files/run/t8192.check') diff --git a/test/files/run/t8192.check b/test/files/run/t8192.check index 7195703e19..2423a7acbf 100644 --- a/test/files/run/t8192.check +++ b/test/files/run/t8192.check @@ -1,10 +1,4 @@ compile-time -class File -primary constructor: NoSymbol -def (x$1: String): java.io.File => false -def (x$1: String,x$2: String): java.io.File => false -def (x$1: java.io.File,x$2: String): java.io.File => false -def (x$1: java.net.URI): java.io.File => false package scala primary constructor: NoSymbol object List @@ -21,12 +15,6 @@ primary constructor: def (x: Int): C => true def (x: Int): C => true def (x: String): C => false runtime -class File -primary constructor: NoSymbol -def (x$1: java.io.File,x$2: java.lang.String): java.io.File => false -def (x$1: java.lang.String): java.io.File => false -def (x$1: java.lang.String,x$2: java.lang.String): java.io.File => false -def (x$1: java.net.URI): java.io.File => false package scala primary constructor: NoSymbol object List -- cgit v1.2.3