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-08 15:53:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
12552d2fc13c6aed3ebde602df0e19a7b9f73ed3
kotlin
/
compiler
/
testData
/
codegen
/
boxWithJava
/
properties
History
Michael Bogdanov
cf09949354
Fix for KT-10590: IllegalAccessError when protected getter of Java base class is accessed from lambda using property access syntax
2016-01-25 16:56:56 +03:00
..
annotationWithKotlinProperty
Private visibility for non-const, non-jvmField class companion property backing field
2015-12-29 16:45:22 +03:00
annotationWithKotlinPropertyFromInterfaceCompanion
Don't initialize const properties in constructor
2015-10-17 15:31:57 +03:00
classObjectProperties
Private visibility for non-const, non-jvmField class companion property backing field
2015-12-29 16:45:22 +03:00
collectionSize
Make JVM backend work with
Collection.size
as val
2015-10-07 08:46:35 +03:00
commonProperties
Minor. Add Kotlin overrides to test
2015-10-29 21:05:52 +03:00
protectedJavaProperty
Fix for KT-10590: IllegalAccessError when protected getter of Java base class is accessed from lambda using property access syntax
2016-01-25 16:56:56 +03:00
protectedJavaPropertyInCompanion
Fix for KT-10590: IllegalAccessError when protected getter of Java base class is accessed from lambda using property access syntax
2016-01-25 16:56:56 +03:00
substituteJavaSuperField
Exposed visibility deprecation warnings made errors + relevant test fixes
2015-11-20 15:21:01 +03:00