mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
Sometimes it's allowed to parse "annotation" unescaped even if other annotations must be escaped. A set of annotations and their options tests. A swarm of existing tests fixed (mostly kotlin.annotation.annotation() added to txt-files). STUB_VERSION increased. Some quick fixes slightly changed.
8 lines
212 B
Plaintext
Vendored
8 lines
212 B
Plaintext
Vendored
package test
|
|
|
|
internal fun foo(/*0*/ test.Anno() x: kotlin.Int): kotlin.Unit
|
|
|
|
kotlin.annotation.annotation() internal final annotation class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|