KT-286 Check supertype lists (in progress)
Tests involving multiple inheritance fixed
This commit is contained in:
@@ -49,7 +49,7 @@ namespace html {
|
||||
|
||||
class Title() : TagWithText("title")
|
||||
|
||||
class BodyTag(name : String) : TagWithText(name) {
|
||||
abstract class BodyTag(name : String) : TagWithText(name) {
|
||||
}
|
||||
|
||||
class Body() : BodyTag("body") {
|
||||
|
||||
Reference in New Issue
Block a user