Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/AmbigiousAnnotationConstructor.txt
T
Alexander Udalov e42cb2af40 Render 'annotation class not found' for error types in tests
After 13ae3d9 it became unclear whether an annotation mentioned in test data is
resolved or not, this change fixes that
2016-03-18 14:48:54 +03:00

6 lines
202 B
Plaintext
Vendored

package
@java.lang.Deprecated() public fun a(): kotlin.Unit
@java.util.ArrayList<kotlin.Int>() public fun b(): kotlin.Unit
@[ERROR : Xoo]() /* annotation class not found */ public fun c(): kotlin.Unit