Little fix: 'redundant modifier in trait' instead of 'redundant abstract' error

This commit is contained in:
svtk
2011-09-30 16:01:45 +04:00
parent 8963aa70fe
commit 6bfaac9c34
11 changed files with 76 additions and 39 deletions
@@ -1,4 +1,4 @@
// "Make 'foo' not abstract" "true"
// "Remove redundant 'abstract' modifier" "true"
trait A {
<caret>fun foo()
}
@@ -1,4 +1,4 @@
// "Make 'foo' not abstract" "true"
// "Remove redundant 'abstract' modifier" "true"
trait A {
<caret>abstract fun foo()
}