Added init keyword to testdata
This commit is contained in:
@@ -3,7 +3,7 @@ import java.util.HashMap
|
||||
object O {
|
||||
val mmmap = HashMap<String, Int>();
|
||||
|
||||
{
|
||||
init {
|
||||
fun doStuff() {
|
||||
mmmap.put("two", 2)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user