Mark Mann

Results 4 issues of Mark Mann

This changes the K2 error message from: ``` Repro.kt:16:1: error: member 'class DerivedFoo : AbstractFoo, IFoo' inherits inconsistent '@ObjCName' from '[class AbstractFoo : Any, interface IFoo : Any]'. class DerivedFoo...

Compiler
Native

Provide names for more linker symbols in the final kotlin native binary. This is the first step in determining why unnamed symbols constitute such a large part of the binary...

Native

Current Kotlin Native Objc Class name generation uses trailing underscores to name mangle classes with the same short name. This PR adds an additional compiler flag that switches to use...

Native