Enum warnings fixed: deprecated delimiters, short super constructors, both in project and in libraries
This commit is contained in:
@@ -27,7 +27,7 @@ import kotlin.properties.Delegates
|
||||
|
||||
public data class JavaRoot(public val file: VirtualFile, public val type: JavaRoot.RootType) {
|
||||
public enum class RootType {
|
||||
SOURCE
|
||||
SOURCE,
|
||||
BINARY
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user