Regression test for annotated function after the last enum entry #KT-4693 Obsolete
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
enum class MyEnum {
|
||||
K;
|
||||
|
||||
inline fun doSmth(f: (MyEnum) -> String) : String {
|
||||
// This function should be inline
|
||||
return f(K)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user