We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046980f commit c02d798Copy full SHA for c02d798
tests/pos/macro.scala
@@ -1,3 +1,4 @@
1
class A {
2
def foo: Int = macro ???
3
+ inline def foo: Int = ???
4
}
0 commit comments