Skip to content

Commit fe34107

Browse files
committed
chore: dotc cannot compile AnyVal
1 parent 2f79634 commit fe34107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/src/scala/AnyVal.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* See the NOTICE file distributed with this work for
1010
* additional information regarding copyright ownership.
1111
*/
12-
12+
/*
1313
package scala
1414
1515
/** `AnyVal` is the root class of all ''value types'', which describe values
@@ -56,3 +56,4 @@ package scala
5656
abstract class AnyVal extends Any {
5757
def getClass(): Class[_ <: AnyVal] = null
5858
}
59+
*/

0 commit comments

Comments
 (0)