Deserialize constructors of static nested classes correctly
Similar to what is done in TopDownAnalyzer #KT-4081 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package a
|
||||
|
||||
object CartRoutes {
|
||||
class RemoveOrderItem()
|
||||
}
|
||||
Reference in New Issue
Block a user