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
5723c2a07758a8c2c5d681208f1cb44ec9201a3c
kotlin-fork
/
compiler
/
testData
/
cfg-variables
/
basic
/
InitializedNotDeclared.kt
T
Dmitry Jemerov
f93eeeb563
fix tests by adding missing 'init' keywords to testdata
2015-04-29 14:07:05 +02:00
6 lines
57 B
Kotlin
Raw
Blame
History
class
A
{
init
{
x
=
1
}
val
x
:
Int
}
Reference in New Issue
View Git Blame
Copy Permalink