Skip to content

Commit d32bd8d

Browse files
committed
Add tests for intercepted method handled as Ident
1 parent 8803595 commit d32bd8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/pos/i4395b.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
object Test {
2+
val res0 = ==(null)
3+
val res1 = !=(null)
4+
val res4 = getClass
5+
}

0 commit comments

Comments
 (0)