blob: 21fde0e0a848edfb9ec4e50bdbc16f699fe6cf21 [file]
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public sealed interface SealedInterface {
public final class Nested public constructor() : test.SealedInterface {
}
public object Top : test.SealedInterface {
}
}