Mark required call with 'caret' in abstract resolved calls test
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// !CALL: +
|
||||
|
||||
trait Element {
|
||||
fun render(builder: StringBuilder, indent: String)
|
||||
}
|
||||
@@ -34,7 +32,7 @@ fun html(init: HTML.() -> Unit): HTML = fail
|
||||
fun result() =
|
||||
html {
|
||||
head {
|
||||
title {+"Foo"}
|
||||
title { <caret>+"Foo" }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user