Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/AmbigiousAnnotationConstructor.txt
T
Denis Zharkov 4850fd10f0 Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
2015-09-18 10:14:39 +03:00

6 lines
169 B
Plaintext
Vendored

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