summaryrefslogtreecommitdiff
path: root/test/files/pos/t7532b/A_1.scala
blob: e8f95406095a11c0f5bd94c2824ee86ba2c24c36 (plain) (blame)
1
2
3
4
5
6
7
package pack
class R {
	class attr // Will have the bytecode name `R$attr`, not to be confused with `R@tr`!
	class `@`
}

class `@`