KT-7291 Copy/paste of java declaration with preceding comment omitted does not convert it to Kotlin propertly
#KT-7291 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Doc comment for JavaClass
|
||||
*/
|
||||
<selection>public class JavaClass implements Runnable{
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
}
|
||||
}
|
||||
</selection>
|
||||
Reference in New Issue
Block a user