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
f217bb94de6ce3dd080573ffc9e6a4ce198f14fa
kotlin-fork
/
analysis
/
low-level-api-fir
/
testdata
/
innerDeclarationsResolve
/
enum.kt
T
Ilya Kirillov
989f3248e4
FIR IDE: move low level api testdata sources to the analysis directory
2021-09-15 11:32:28 +02:00
3 lines
41 B
Kotlin
Raw
Blame
History
enum
class
Enum
(
val
x
:
Int
)
{
A
(
1
)
,
}
Reference in New Issue
View Git Blame
Copy Permalink