KT-1673 Respect formatter settings in the completion list - apply standard renderer

#KT-1673 fixed
This commit is contained in:
Nikolay Krasko
2012-05-22 01:45:36 +04:00
parent 8623fba01b
commit a7b11d2b4e
4 changed files with 18 additions and 10 deletions
@@ -0,0 +1,7 @@
fun test(a: Int) {}
fun some() {
tes<caret>
}
// EXIST: test~(a : jet.Int)