[KLIB] Add extra debug information for Local signatures

This commit is contained in:
Roman Artemev
2021-05-26 20:01:08 +03:00
committed by TeamCityServer
parent b5c28c1912
commit b8e5185b61
18 changed files with 120 additions and 84 deletions
@@ -25,7 +25,8 @@ class RemoteIncrementalResultsConsumer(
strings: ByteArray,
declarations: ByteArray,
bodies: ByteArray,
fqn: ByteArray
fqn: ByteArray,
debugInfo: ByteArray?
) {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}