Do not generate KotlinClass/Package annotation when not in ClassBuilderMode.FULL

#KT-3967 Fixed
This commit is contained in:
Pavel V. Talanov
2013-09-02 17:49:47 +04:00
committed by Alexander Udalov
parent 6d9e50f1b2
commit 61d5d43e15
4 changed files with 39 additions and 6 deletions
@@ -0,0 +1,11 @@
package test
class C() {
fun V.f() : {
}
}
fun V.f() {
}