Added simple live template test for iter live template.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import java.io.InputStream
|
||||
import java.util.ArrayList
|
||||
import java.io.FileInputStream
|
||||
import java.util.HashSet
|
||||
|
||||
class MyClass {
|
||||
public var collection : HashSet<Int>? = null
|
||||
private var isAlive : Boolean = false
|
||||
|
||||
fun main(args : Array<String>, v : Int) {
|
||||
var str = ""
|
||||
val myList = ArrayList<String>()
|
||||
val stream = FileInputStream(".")
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user