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