mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
Merge "diagnostic with Java 8" tests with general diagnostic tests
This commit is contained in:
15
compiler/testData/diagnostics/tests/annotations/javaUnrepeatable.txt
vendored
Normal file
15
compiler/testData/diagnostics/tests/annotations/javaUnrepeatable.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
package
|
||||
|
||||
@UnrepeatableAnnotation @UnrepeatableAnnotation public final class My {
|
||||
public constructor My()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
public final annotation class UnrepeatableAnnotation : kotlin.Annotation {
|
||||
public constructor UnrepeatableAnnotation()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
Reference in New Issue
Block a user