Revert "Kapt: Support default constant values for constructor parameters"

This reverts commit e4d758b6
This commit is contained in:
Yan Zhulanow
2019-03-22 03:58:22 +03:00
parent 215d24e12c
commit 4c794b1302
7 changed files with 12 additions and 55 deletions
@@ -21,6 +21,4 @@ object Foo {
object Boo {
val z = foo()
fun foo() = "abc"
}
class Zoo(val p: Int = 100)
}