Fix tests build.

This commit is contained in:
Nikolay Igotti
2018-09-12 10:22:09 +03:00
parent 25972fa066
commit 2f61cf9fa3
@@ -36,7 +36,6 @@ class TestClass
class App(testQualified: Boolean) {
@Volatile // This could be noop in Kotlin Native, or the equivalent of volatile in C.
var type = dsl {
kClass {
//kClass { } // This should error if uncommented because of `@DslMarker`.