2b27e64fc8
- Tell user what exactly is not supported (e.g., local inline function) - Reduce diagnostics range to a keyword or an identifier where appropriate #KT-16223 Fixed Target versions 1.1.50
4 lines
93 B
Kotlin
Vendored
4 lines
93 B
Kotlin
Vendored
fun main(args: Array<String>) {
|
|
<!NOT_YET_SUPPORTED_IN_INLINE!>inline<!> fun a(){
|
|
}
|
|
} |