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
80e13d3f708e647658567e11d1abdebb203ca657
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
secondaryConstructors
/
classInitializersWithoutPrimary.kt
T
Denis Zharkov
80e13d3f70
Allow class initializer without primary constructor
2015-03-11 17:45:23 +03:00
5 lines
45 B
Kotlin
Raw
Blame
History
class
A
{
constructor
(
)
{
}
init
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink