Do not generate KotlinClass/Package annotation when not in ClassBuilderMode.FULL
#KT-3967 Fixed
This commit is contained in:
committed by
Alexander Udalov
parent
6d9e50f1b2
commit
61d5d43e15
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
class C() {
|
||||
fun V.f() : {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun V.f() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user