blob: f8f4d16f12a38596ca3f318c03e07e78f4620e41 [file] [log] [blame]
interface TestTrait(val a: Int, var b: String, c: Double)
interface TestTrait()