Added tests for exfun/exval/exvar.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
val Int.v : Int
|
||||
get() {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
val Int.v : Int
|
||||
get() {
|
||||
<caret>
|
||||
}
|
||||