Is it possible to have the compiler emit the `@Sup...
# compiler
d
Is it possible to have the compiler emit the
@Suppress("MAGIC_LABEL_HERE")
with every compiler warning ? Knowing the correct suppression label is secret information. Such as:
w: file:///path/to/file/project/src/main/kotlin/org/foobar/Main.kt:8:113 MAGIC_LABEL_HERE: Parameter 'args' is never used