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
fe7b7fb0bda88760abd22fe137b9ba052d8ee8a5
kotlin
/
idea
/
testData
/
multiModuleQuickFix
/
convertExpectEnumToSealedClass
/
jvm
/
impl.kt
Alexey Sedunov
5892944bfc
Convert Enum to Sealed Class: Support expect/actual classes
2018-01-16 16:09:17 +03:00
3 lines
35 B
Kotlin
Vendored
Raw
Blame
History
actual
enum
class
E
{
A
,
B
,
C
}
Reference in New Issue
View Git Blame
Copy Permalink