summaryrefslogtreecommitdiff
path: root/test/files/neg/t800.check
blob: 8ba95fddde451266fd92a9becbd260a6cd2454ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
t800.scala:4: error: qualification is already defined as value qualification
  val qualification = false;
      ^
t800.scala:8: error: method qualification is defined twice
  conflicting symbols both originated in file 't800.scala'
  val qualification = false;
      ^
t800.scala:12: error: value qualification is defined twice
  conflicting symbols both originated in file 't800.scala'
  var qualification = false;
      ^
t800.scala:16: error: method qualification is defined twice
  conflicting symbols both originated in file 't800.scala'
  var qualification = false;
      ^
four errors found