1 | package com.example; | |
2 | ||
3 | public class ExamplesLib { | |
4 | public String getMessage() { | |
5 |
1
1. getMessage : replaced return value with "" for com/example/ExamplesLib::getMessage → KILLED |
return "Hello World!"; |
6 | } | |
7 | } | |
Mutations | ||
5 |
1.1 |