[IR] update testdata: print arguments for annotations
This commit is contained in:
committed by
teamcityserver
parent
2a19dc32f2
commit
84d6e43590
+2
-2
@@ -9,12 +9,12 @@ class Test : J {
|
||||
field = j
|
||||
private get
|
||||
|
||||
@NotNull(...)
|
||||
@NotNull()
|
||||
override fun returnNotNull(): @EnhancedNullability String {
|
||||
return #j.returnNotNull()
|
||||
}
|
||||
|
||||
@Nullable(...)
|
||||
@Nullable()
|
||||
override fun returnNullable(): @EnhancedNullability String? {
|
||||
return #j.returnNullable()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user