fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
internal final class Tree</*0*/ T> {
|
||||
public final class Tree</*0*/ T> {
|
||||
public constructor Tree</*0*/ T>(/*0*/ [ERROR : Not an annotation: T]() element: [ERROR : Type annotation was missing for parameter element], /*1*/ Tree<T>() left: [ERROR : Type annotation was missing for parameter left], /*2*/ Tree<T>() right: [ERROR : Type annotation was missing for parameter right])
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user