Refactor getDefaultSupertype, drop obsolete diagnostic

This commit is contained in:
Alexander Udalov
2017-06-19 19:12:31 +03:00
parent 90f2ea87a6
commit 9471f33c38
4 changed files with 8 additions and 22 deletions
@@ -3,5 +3,5 @@
package bug
public enum class Foo<!TYPE_PARAMETERS_IN_ENUM!><T><!> {
<!NO_GENERICS_IN_SUPERTYPE_SPECIFIER!>A<!><!WRONG_NUMBER_OF_TYPE_ARGUMENTS!><!>()
A<!WRONG_NUMBER_OF_TYPE_ARGUMENTS!><!>()
}