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-16 00:21:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
88815c40cc6beb836aa052d7ef44e24248ef3a78
kotlin
/
compiler
/
testData
/
codegen
/
boxWithStdlib
/
reflection
/
noKotlinReflect
History
Alexander Udalov
d0a4f82203
Fix NO_KOTLIN_REFLECT directive handling in codegen tests
...
It was disabling reflection on classpath at compile time, but not at runtime
2015-09-04 20:18:59 +03:00
..
javaClass.kt
Fix NO_KOTLIN_REFLECT directive handling in codegen tests
2015-09-04 20:18:59 +03:00
primitiveJavaClass.kt
Move .java and .kotlin extension properties to kotlin.jvm
2015-08-27 08:19:50 +03:00
propertyGetSetName.kt
Minor, add some tests on get/set/name/instanceof for properties w/o reflection
2015-08-24 01:29:58 +03:00
propertyInstanceof.kt
Minor, add some tests on get/set/name/instanceof for properties w/o reflection
2015-08-24 01:29:58 +03:00
reifiedTypeJavaClass.kt
Adjust test data after fixes about generic nullability
2015-08-28 18:50:26 +03:00
simpleClassLiterals.kt
Support class reference expressions without kotlin-reflect.jar in classpath
2015-07-30 12:18:28 +03:00