[FE] Add test for compiling against library with kotlin sealed classes and interfaces
#KT-20423 #KT-13495
This commit is contained in:
committed by
TeamCityServer
parent
7897bb6adb
commit
c0a1aecf9b
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
sealed interface IBase
|
||||
|
||||
sealed class Base
|
||||
Reference in New Issue
Block a user