Skip to content

Commit 0397bf3

Browse files
committed
Tasty reader: private[this] qualifier test, #SCL-23333
1 parent 574827b commit 0397bf3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scala/tasty-reader/testdata/parameter/Qualifier.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ trait Qualifier {
2828
object Object {
2929
class Class(private[Object] val x: Int)
3030
}
31+
32+
class PrivateThis(/**/private[this] val /**/x: Int)
3133
}
82 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)