blob: d3f4eddeeb08e188b11e7533e5eadd1cd8dc4004 [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>() = 1
}