KT-15092 Suppress inspection "use property access syntax" for some getters and fix completion for them
#KT-15092 fixed
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// WITH_RUNTIME
|
||||
// WITH_JDK
|
||||
// IS_APPLICABLE: false
|
||||
import java.net.Socket
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val s = Socket()
|
||||
val stream = s.getInputStream()<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user