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
94de114894a6acdde75e3e0349b80c331aba6a67
kotlin-fork
/
idea
/
testData
/
intentions
/
convertPrimaryConstructorToSecondary
/
enumWithoutEntries.kt
T
shiraji
ad9bf1626f
Fix the problem with ConvertPrimaryConstructorToSecondaryIntention for enum #KT-15406 Fixed
2017-01-19 17:57:33 +03:00
2 lines
31 B
Kotlin
Vendored
Raw
Blame
History
enum
class
A
(
<
caret
>
v
:
Int
)
{
}
Reference in New Issue
View Git Blame
Copy Permalink