New J2K: convert Java method reference to Kotlin one on copy-pasting Java code
#KT-34965 fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
public static void main(String[] args) {
|
||||
<selection>System.out.println</selection>("nya")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user