fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
Vendored
+3
-3
@@ -1,8 +1,8 @@
|
||||
package test
|
||||
|
||||
test.Anno() internal val property: kotlin.Int
|
||||
internal fun <get-property>(): kotlin.Int
|
||||
test.Anno() public val property: kotlin.Int
|
||||
public fun <get-property>(): kotlin.Int
|
||||
|
||||
kotlin.annotation.annotation() internal final class Anno : kotlin.Annotation {
|
||||
kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user