Added init keyword to testdata
This commit is contained in:
@@ -6,7 +6,7 @@ import java.io.File
|
||||
import kotlinx.android.synthetic.layout.*
|
||||
|
||||
public class MyActivity : Activity() {
|
||||
{login}
|
||||
init {login}
|
||||
}
|
||||
|
||||
// 1 public _\$_findCachedViewById
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import java.io.File
|
||||
import kotlinx.android.synthetic.layout.*
|
||||
|
||||
public class MyFragment : Fragment() {
|
||||
{login}
|
||||
init {login}
|
||||
}
|
||||
|
||||
// 1 public _\$_findCachedViewById
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import android.app.Activity
|
||||
import kotlinx.android.synthetic.layout.view.*
|
||||
|
||||
public class MyActivity : Activity() {
|
||||
{ View(this).login }
|
||||
init { View(this).login }
|
||||
}
|
||||
|
||||
// 1 public _\$_findCachedViewById
|
||||
|
||||
Reference in New Issue
Block a user