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
ccb17caf7b87630b51116485d94b9c9496f85d32
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