Files
kotlin-fork/idea/idea-completion/testData/basic/common/NoParameterAnnotationInPresentation.kt
T
Valentin Kipyatkov 383a4da231 No annotations rendered in completion and other places
KT-5517 Completion shouldn't show inlineOptions annotation

 #KT-5517 Fixed
2015-07-23 22:02:06 +03:00

8 lines
179 B
Kotlin
Vendored

fun foo(inlineOptions p: () -> Unit){}
fun bar() {
<caret>
}
// EXIST: { lookupString:"foo", itemText: "foo", tailText: " {...} (p: () -> Unit) (<root>)", typeText:"Unit" }