Some inline tests that do not work

This commit is contained in:
Mikhail Glukhikh
2017-03-16 16:30:21 +03:00
parent 1d5b8ea029
commit 127b7c80df
10 changed files with 106 additions and 2 deletions
@@ -0,0 +1,12 @@
fun bar(s: String) {}
fun foo() {
val t = "Test"
fun local() {
bar(t)
}
// TODO: should be available
<caret>local()
}