New J2K: convert Java method reference to Kotlin one on copy-pasting Java code

#KT-34965 fixed
This commit is contained in:
Ilya Kirillov
2020-03-30 14:30:49 +03:00
parent d6d843aaed
commit bc52281208
13 changed files with 66 additions and 5 deletions
@@ -0,0 +1,5 @@
class A {
public static void main(String[] args) {
<selection>System.out.printf</selection>("nya")
}
}