Copy only nullability/mutability annotations to types
Also don't render copied annotations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package
|
||||
package
|
||||
|
||||
internal fun A.foo(/*0*/ a: kotlin.Int): kotlin.Unit
|
||||
internal fun [[ERROR : x]()] A.foo(/*0*/ a: [[ERROR : x]()] kotlin.Int): kotlin.Unit
|
||||
|
||||
internal final class A {
|
||||
public constructor A()
|
||||
|
||||
Reference in New Issue
Block a user