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-11 08:31:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7e528da00a4b4fdbf0fcf6625cfbd561f536fa02
kotlin
/
compiler
/
testData
/
writeFlags
History
Michael Bogdanov
0274ce4619
Always generate ACC_SUPER flag for all classes; Fix for KT-10260: java.lang.VerifyError in Android 4.x when Instant Run is used
...
#KT-10260 Fixed
2016-01-11 09:55:56 +03:00
..
callableReference
/visibility
Test visibility of anonymous classes for callable references
2015-07-10 20:10:13 +03:00
class
Always generate ACC_SUPER flag for all classes; Fix for KT-10260: java.lang.VerifyError in Android 4.x when Instant Run is used
2016-01-11 09:55:56 +03:00
delegatedProperty
/visibility
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
function
fix KT-9843 Bug in incremental compilation: module is not recompiled when optional parameter added
2015-11-06 07:45:46 +03:00
hidden
Migrated from @HiddenDeclaration to @Deprecated(..., level = DeprecationLevel.HIDDEN)
2015-10-13 13:50:16 +03:00
innerClass
/visibility
default -> companion: replace all mentions of default and default object
2015-03-17 15:47:39 +03:00
lateinit
Lateinit property backing field now inherits visibility from the property setter
2015-12-23 18:02:20 +03:00
property
Private visibility for non-const, non-jvmField class companion property backing field
2015-12-29 16:45:22 +03:00