We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c63736 commit cfa2ba0Copy full SHA for cfa2ba0
tests/pos/i518.scala
@@ -0,0 +1,6 @@
1
+class Meter(val underlying: Int) extends AnyVal
2
+
3
+class Test {
4
+ val x: Int = new Meter(3).hashCode()
5
+ // After phase VCInline the rhs should be expanded to Meter.hashCode$extension(3)
6
+}
0 commit comments