Skip smap generation if there is no source information

#KT-7022 Fixed
This commit is contained in:
Michael Bogdanov
2015-03-17 15:54:48 +03:00
parent c945a53eec
commit 6e55ea6480
5 changed files with 137 additions and 17 deletions
@@ -0,0 +1,9 @@
package test
public class A {
inline public fun test(s: () -> Unit) {
}
}