Some inline tests that do not work
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
fun bar(s: String) {}
|
||||
|
||||
fun foo() {
|
||||
val t = "Test"
|
||||
|
||||
fun local() {
|
||||
bar(t)
|
||||
}
|
||||
|
||||
// TODO: should be available
|
||||
<caret>local()
|
||||
}
|
||||
Reference in New Issue
Block a user