public class MesssageBoxQuestionIconYESNOButton {
public static void main(String[] args) {
Display display = new Display();
Shell shell = new Shell(display);
//This is added to be ab
我的工作中,我試圖嘲弄的輸入,功能的科特林罐子 class MyService
fun serviceFunction(input: ClassFromAnotherLibrary): Output {
val foo = input.memberFunction()
它只是恰巧memberFunction已添加到類通過包級擴展功能 fun ClassFromAnotherLibr