Files
kotlin/compiler/testData/asJava/lightClasses/compilationErrors/AllInlineOnly.java
Pavel V. Talanov 1c690ee27c Fix light class exception on empty multifile facade
Fix generating multifile facade with all members private (in bytecode)
leading to delegate not being generated for corresponding light class

 #KT-20966 Fixed
2017-11-04 16:46:20 +03:00

2 lines
36 B
Java
Vendored

public final class AllInlineOnly {
}