blob: ae475e95a63d6956c4c3c0d5942d8b09c1c17589 [file] [log] [blame]
// FIX: Add explicit Unit return type
// DISABLE-ERRORS
package org.junit.jupiter.api
annotation class Test
class A {
@Test fun foo<caret>(): Unit = 1
}