Analysis API: pretty print declarations additionaly to debug rendering in some tests
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class X<T> {
|
||||
inner class Y<T1>
|
||||
|
||||
class Z<T2>
|
||||
|
||||
fun <T3> foo()
|
||||
}
|
||||
Reference in New Issue
Block a user