Added init keyword to testdata
This commit is contained in:
@@ -9,7 +9,7 @@ class Identifier<T>(t : T?, myHasDollar : Boolean) {
|
||||
return __
|
||||
}
|
||||
}
|
||||
{
|
||||
init {
|
||||
$myT = t
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user