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-12 00:21:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
09c1115ff9dd7cb0e3e5bd7e5d74c4b902cad143
kotlin
/
idea
/
testData
/
multiModuleHighlighting
/
java9
History
Alexander Udalov
09c1115ff9
Report errors on usages of unnamed module from named modules in IDE
...
#KT-19493 Fixed
2017-08-30 15:45:45 +03:00
..
cyclicDependency
Add test on cyclicly dependent Java 9 modules
2017-07-06 13:01:12 +03:00
declarationKinds
…
exportedPackageIsInaccessibleWithoutRequires
Fix incorrect behavior and refactor JvmModuleAccessibilityChecker
2017-06-29 15:59:57 +03:00
exportsTo
…
namedDependsOnUnnamed
Report errors on usages of unnamed module from named modules in IDE
2017-08-30 15:45:45 +03:00
simpleLibraryExportsPackage
…
simpleModuleExportsPackage
…
typealiasToUnexported
Check type alias expansion for Java 9 module accessibility
2017-06-29 15:59:57 +03:00
unnamedDependsOnNamed
…