This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-10 08:31:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3ec00114c0a14df3e506934bedabba3cc6f6f727
kotlin
/
compiler
/
testData
/
codegen
/
boxWithStdlib
/
annotations
History
Mikhail Glukhikh
0d2a81f098
Annotation target checking in front-end, a set of tests for different annotation targets, existing test fixes
...
No checks for erroneous annotations. Additional checks for identifiers.
2015-07-14 16:25:04 +03:00
..
annotatedLambda
Annotation target checking in front-end, a set of tests for different annotation targets, existing test fixes
2015-07-14 16:25:04 +03:00
annotatedEnumEntry.kt
Annotations have now retention of "RUNTIME" by default. Java retention is generated as given by kotlin annotation. Annotation rendering changed.
2015-07-14 16:25:01 +03:00
annotationsOnDefault.kt
Annotations have now retention of "RUNTIME" by default. Java retention is generated as given by kotlin annotation. Annotation rendering changed.
2015-07-14 16:25:01 +03:00
defaultParameterValues.kt
Annotations have now retention of "RUNTIME" by default. Java retention is generated as given by kotlin annotation. Annotation rendering changed.
2015-07-14 16:25:01 +03:00
delegatedPropertySetter.kt
Annotations have now retention of "RUNTIME" by default. Java retention is generated as given by kotlin annotation. Annotation rendering changed.
2015-07-14 16:25:01 +03:00
kotlinPropertyFromClassObjectAsParameter.kt
Annotations have now retention of "RUNTIME" by default. Java retention is generated as given by kotlin annotation. Annotation rendering changed.
2015-07-14 16:25:01 +03:00
kotlinTopLevelPropertyAsParameter.kt
Annotations have now retention of "RUNTIME" by default. Java retention is generated as given by kotlin annotation. Annotation rendering changed.
2015-07-14 16:25:01 +03:00
nestedClassPropertyAsParameter.kt
Annotations have now retention of "RUNTIME" by default. Java retention is generated as given by kotlin annotation. Annotation rendering changed.
2015-07-14 16:25:01 +03:00
parameterWithPrimitiveType.kt
Annotations have now retention of "RUNTIME" by default. Java retention is generated as given by kotlin annotation. Annotation rendering changed.
2015-07-14 16:25:01 +03:00
propertyWithPropertyInInitializerAsParameter.kt
Annotations have now retention of "RUNTIME" by default. Java retention is generated as given by kotlin annotation. Annotation rendering changed.
2015-07-14 16:25:01 +03:00
varargInAnnotationParameter.kt
Annotations have now retention of "RUNTIME" by default. Java retention is generated as given by kotlin annotation. Annotation rendering changed.
2015-07-14 16:25:01 +03:00