Add test for Obsolete issue
#KT-12208 Obsolete
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
fun normalFunction() {
|
||||
|
||||
}
|
||||
|
||||
inline fun inlineFunction() {
|
||||
|
||||
}
|
||||
|
||||
fun test1() {
|
||||
inlineFunction()
|
||||
test.lineNumber()
|
||||
}
|
||||
|
||||
fun test2() {
|
||||
normalFunction()
|
||||
test.lineNumber()
|
||||
}
|
||||
Reference in New Issue
Block a user