This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5ded315cbbd0db1bd4f211640dcfa873b447008a
kotlin-fork
/
compiler
/
testData
/
codegen
/
boxWithStdlib
/
reflection
/
mapping
T
History
Alexander Udalov
fd97383f8a
Fix mapping of jvmStatic functions
...
#KT-8800 Fixed
2015-08-29 18:37:38 +03:00
..
platformStatic
Fix mapping of jvmStatic functions
2015-08-29 18:37:38 +03:00
types
Support mapping of KType to j.l.reflect.Type
2015-08-07 00:55:35 +03:00
constructor.kt
Adjust test data after fixes about generic nullability
2015-08-28 18:50:26 +03:00
extensionProperty.kt
…
functions.kt
Support mapping between Kotlin functions and JVM methods/constructors
2015-07-29 21:36:41 +03:00
mappedClassIsEqualToClassLiteral.kt
Move .java and .kotlin extension properties to kotlin.jvm
2015-08-27 08:19:50 +03:00
memberProperty.kt
…
package.kt
Make Class<*>.kotlinPackage nullable
2015-07-29 21:36:33 +03:00
propertyAccessors.kt
Fix KFunction.javaMethod for property accessors
2015-07-29 21:36:50 +03:00
syntheticFields.kt
Don't create KProperty instance for synthetic field
2015-03-23 16:30:26 +03:00
topLevelProperty.kt
…