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 00:21:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bbf9bf91fc3abb2ac196d672fa1e3801e7f4e355
kotlin
/
compiler
/
testData
/
codegen
/
box
/
package
History
Mikhail Zarechenskiy
9fdd5fe5e8
Allow to import private members if they are in the same file
...
#KT-7724 Fixed
2017-04-05 21:35:06 +03:00
..
boxPrimitiveTypeInClinit.kt
…
checkCast.kt
…
incrementProperty.kt
…
initializationOrder.kt
Mute some box tests for native backend
2017-03-10 19:59:37 +03:00
invokespecial.kt
Automatically mute failed tests
2016-11-09 21:41:12 +03:00
mainInFiles.kt
Mute some box tests for native backend
2017-03-10 19:59:37 +03:00
nullablePrimitiveNoFieldInitializer.kt
…
packageLocalClassNotImportedWithDefaultImport.kt
Merge boxMultiFile testData into box, delete BoxMultiFile test
2016-03-09 10:25:38 +03:00
packageQualifiedMethod.kt
…
privateMembersInImportList.kt
Allow to import private members if they are in the same file
2017-04-05 21:35:06 +03:00
privateTopLevelPropAndVarInInner.kt
…