Do not generate DefaultImpls for light classes if not needed
#KT-41130 In Progress
This commit is contained in:
committed by
TeamCityServer
parent
ac6232b4ba
commit
111e54c8c1
+6
@@ -0,0 +1,6 @@
|
||||
public abstract interface KtInterface /* KtInterface*/ {
|
||||
public abstract void defaultFun();// defaultFun()
|
||||
|
||||
public abstract void withoutBody();// withoutBody()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user