Adjusted tests to the new DescriptorRenderer behaviour
This commit is contained in:
committed by
Andrey Breslav
parent
2352d86932
commit
7deec28b9c
@@ -2,6 +2,6 @@ package test
|
||||
|
||||
internal final class ExtValInClass</*0*/ P> {
|
||||
/*primary*/ public constructor ExtValInClass</*0*/ P>()
|
||||
internal final val jet.Int.asas : P?
|
||||
internal final fun jet.Int.<get-asas>() : P?
|
||||
internal final val jet.Int.asas: P?
|
||||
internal final fun jet.Int.<get-asas>(): P?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user