Push Down: Support moving members from Java to Kotlin class
#KT-9485 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
abstract class A {
|
||||
|
||||
// INFO: {"checked": "true", "toAbstract": "true"}
|
||||
abstract boolean foo(int n);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user