Kapt, minor: Move test logic for KaptFlags to the new base class

This commit is contained in:
Yan Zhulanow
2020-05-01 17:46:39 +09:00
parent c699a5b54c
commit 60aa47553d
3 changed files with 41 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// STRICT_MODE
// STRICT
class Foo(private val string: String) {
val bar = Bar("bar")