blob: 3b400313ee725a91f070e778b5a8931c0f93ebc7 [file] [log] [blame]
public class Test {
public static void run(Runnable runnable) {
}
public static void main(String[] args) {
run(new <caret>)
}
}