Types are no more rendered for annotation arguments + a swarm of tests corrected accordingly
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ public interface CustomAnnotationWithDefaultParameter {
|
||||
public abstract fun second(): kotlin.String
|
||||
}
|
||||
|
||||
test.CustomAnnotationWithDefaultParameter.MyAnnotation(first = "f": kotlin.String, second = "s": kotlin.String) public open class MyTest {
|
||||
test.CustomAnnotationWithDefaultParameter.MyAnnotation(first = "f", second = "s") public open class MyTest {
|
||||
public constructor MyTest()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user