blob: 87bba5bb3cbf2bc41c6e051f18259b95cde44bc4 [file]
package inlineFunctions
inline fun baz() = 0
class A {
inline fun bar() = 1
}