summaryrefslogtreecommitdiff
path: root/test/files/neg/dotless-targs.check
blob: 4aab939f6141d619378b13a2e7a28256cfbf93fe (plain) (blame)
1
2
3
4
dotless-targs.scala:2: error: type application is not allowed for postfix operators
  def f1 = "f1" isInstanceOf[String] // not ok
                ^
one error found