Fix broken NavBar for 201

^KT-38466 Fixed
^KT-38260 Fixed
This commit is contained in:
Nikita Bobko
2020-05-26 23:46:30 +03:00
committed by igoriakovlev
parent 246c68b0a9
commit 2ef46b586d
20 changed files with 241 additions and 5 deletions
@@ -0,0 +1,9 @@
// NAV_BAR_ITEMS: src, topLevelFunction.kt, foo()
fun foo() {
val bar = <caret>"string"
}
class SomeClass {
}