"Convert to run / with": don't suggest on java static method call
#KT-25739 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
0a5aa2b60c
commit
28aa0763a9
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
fun test(c: JavaClass) {
|
||||
c.run {
|
||||
bar1()
|
||||
bar2()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user