KT-15092 Suppress inspection "use property access syntax" for some getters and fix completion for them
#KT-15092 fixed
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import java.net.Socket
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val s = Socket()
|
||||
s.<caret>
|
||||
}
|
||||
|
||||
// EXIST: {"lookupString":"getInputStream","tailText":"()","typeText":"InputStream!","attributes":"bold","allLookupStrings":"getInputStream","itemText":"getInputStream"}
|
||||
// ABSENT: inputStream
|
||||
Reference in New Issue
Block a user