summaryrefslogtreecommitdiff
path: root/test/files/neg/t6539/Test_2.scala
blob: 5a602879ec30d435feb6d94f9db8063862342f58 (plain) (blame)
1
2
3
4
5
6
object Test {
  M.cto // error
  M.m(M.cto, ()) // error
  M.m((), M.cto) // okay
  M.cto // error
}