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
d8937936a98661c55447072bec49f2b7eca5ce84
kotlin-fork
/
idea
/
idea-analysis
T
History
Mikhail Glukhikh
ccb17caf7b
Code cleanup:
x as? Type ?: return
->
if (x !is Type) return
2018-09-07 16:32:19 +03:00
..
src/org/jetbrains
/kotlin
Code cleanup:
x as? Type ?: return
->
if (x !is Type) return
2018-09-07 16:32:19 +03:00
idea-analysis.iml
Decouple idea-analysis from Android
2017-09-01 11:57:37 +02:00