Added init keyword to testdata
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Bar {
|
||||
{
|
||||
init {
|
||||
Foo()()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
fun String.inc() = this + "+"
|
||||
|
||||
class Foo {
|
||||
{
|
||||
init {
|
||||
var s = ""
|
||||
<selection>s++</selection>
|
||||
s.inc()
|
||||
|
||||
Reference in New Issue
Block a user