search for Kotlin convention usages of Java methods
#KT-5960 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun some(small: Small) {
|
||||
"asdf" in small
|
||||
}
|
||||
Reference in New Issue
Block a user
#KT-5960 Fixed
@@ -0,0 +1,3 @@
|
||||
fun some(small: Small) {
|
||||
"asdf" in small
|
||||
}
|
||||